/*****助流的官网的公共样式******************************/
/***浏览器样式重置**/
html,body{
    width: 100%;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;padding: 0
}
body, button, input, select, textarea {
    font: 12px "microsoft yahei";line-height: 1.5;-ms-overflow-style: scrollbar
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}
ul, ol {
    list-style: none
}
a {
    text-decoration: none;cursor:pointer
}
a:hover {
    text-decoration: underline
}
img {
    border: 0
}
button, input, select, textarea {
    font-size: 100%
}
table {
    border-collapse: collapse;border-spacing: 0
}
.clear {
    clear:both
}
.fr {
    float:right
}
.fl {
    float:left
}
.block {
    display:block;text-indent:-999em;
}
.border-red{
    border: 1px solid red;
}
.hide{
    display: none !important;
}
.zhuflow-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**助流装饰系统 S**/
.four-grid-wrap .item-box:after{
    content: '';
    position: absolute;
    width: 72px;
    height: 72px;
    background-image: url(../images/pic_dian.png);
    background-size: 100% 100%;
    left: 144px;
    top: 250px;
}
/**助流装饰系统 E**/

/***为什么选择我们 S***/
.why-select-us-wrap .item-wrap .item:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/bg_why_select_us_wrap.png);
    background-size: 100% 100%;
    width: 280px;
    height: 470px;
    opacity: 0.5;
}
.why-select-us-wrap .item-wrap .item:hover:after{
    background-image: url(../images/bg_why_select_us_wrap_blue.png);
    width: 490px;
    opacity: 0.5;
}
/***为什么选择我们 E***/


/***助流页尾 S**/
.zhuflow-footer .row-1-wrap{
    background-image: url(../images/bg_footer_2.png) !important;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.zhuflow-footer .bottom-icons-tel{
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../images/bottom_icons_tel.png);
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 8px;
}
.zhuflow-footer .bottom-icons-address{
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../images/bottom_icons_address.png);
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 8px;
}
/***助流页尾 E**/


/**关于我们 S**/
.zhuflow-about .content-2{
    background-image: url(../images/about/bg_about.png) !important;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.zhuflow-about .content-3{
    background-image: url(../images/about/bg_about_2.png) !important;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.zhuflow-about .content-5{
    background-image: url(../images/about/bg_about_4.png) !important;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
#certify {
    position: relative;
    /*width: 1200px;*/
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify  .swiper-slide {
    /*width: 520px;*/
    /*height: 408px;*/
    width: 60%;
    height: auto;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
    display:block;
    margin: auto;
}
#certify  .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/about/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/about/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}
#certify .swiper-slide p{
    font-size: 24px;
    color: #151617;
}
/**关于我们 E**/

/***公共top.html S**/

/***公共top.html E**/